projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c210b8b
)
* src/emacs-module.h: Include stddef.h, not stdlib.h.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 20 Nov 2015 00:00:18 +0000
(16:00 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 20 Nov 2015 01:51:30 +0000
(17:51 -0800)
src/emacs-module.h
patch
|
blob
|
history
diff --git
a/src/emacs-module.h
b/src/emacs-module.h
index a2edf8c0eb3f01926c55bc52f02831d5d6d5f41c..18344270b296088e634c7cb294322ab784f55de3 100644
(file)
--- a/
src/emacs-module.h
+++ b/
src/emacs-module.h
@@
-21,7
+21,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define EMACS_MODULE_H
#include <stdint.h>
-#include <std
lib
.h>
+#include <std
def
.h>
#include <stdbool.h>
#if defined __cplusplus && __cplusplus >= 201103L